Update the docs for the ::text-column property. (#352643, Josselin
authorMatthias Clasen <mclasen@redhat.com>
Wed, 17 Oct 2007 03:09:12 +0000 (03:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 17 Oct 2007 03:09:12 +0000 (03:09 +0000)
2007-10-16  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkentrycompletion.c: Update the docs for the
        ::text-column property.  (#352643, Josselin Mouette)

svn path=/trunk/; revision=18919

ChangeLog
gtk/gtkentrycompletion.c

index 3c8ba066cd022c7c8cde239f06f450a37952aa40..40bb5552808dc87c7b272ccfb9aa42f246b70fda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-16  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkentrycompletion.c: Update the docs for the 
+       ::text-column property.  (#352643, Josselin Mouette)
+
 2007-10-16  Matthias Clasen <mclasen@redhat.com>
 
        * gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical
index f3bf16c4bea8bcb4c5922887540a85af74bf4787..3aa6ffb63d07bae626d867eb5a82281f92121c9b 100644 (file)
@@ -293,6 +293,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
    * GtkEntryCompletion:text-column:
    *
    * The column of the model containing the strings.
+   * Note that the strings must be UTF-8.
    *
    * Since: 2.6
    */